name: nfsd_drc_found
ID: 1410
format:
	field:unsigned short common_type;	offset:0;	size:2;	signed:0;
	field:unsigned char common_flags;	offset:2;	size:1;	signed:0;
	field:unsigned char common_preempt_count;	offset:3;	size:1;	signed:0;
	field:int common_pid;	offset:4;	size:4;	signed:1;

	field:unsigned long long boot_time;	offset:8;	size:8;	signed:0;
	field:unsigned long result;	offset:16;	size:8;	signed:0;
	field:u32 xid;	offset:24;	size:4;	signed:0;

print fmt: "boot_time=%16llx xid=0x%08x result=%s", REC->boot_time, REC->xid, __print_symbolic(REC->result, { 0, "DROPIT" }, { 1, "REPLY" }, { 2, "DOIT" })
